Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


UAMChgPassBlk Structure

The UAMChgPassBlk structure is passed as a field in a UAMArgs structure when the value of UAMArgs.command is kUAMChgPass or kUAMChgPassDlg .

struct UAMChgPassBlk {
    StringPtr userName;
    StringPtr oldPass;
    StringPtr newPass;
};  
userName
On input, a pointer to a string that contains the user name.
oldPass
On input, a pointer to a string that contains the password being changed.
newPass
On input, a pointer to a string that contains the new password.

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)